Click or drag to resize

ItemShape Constructor (ShapeType, Boolean, BodyType)

Initializes a new instance of the ItemShape class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemShape(
	ShapeType type,
	bool includeMimeContent,
	BodyType bodyType
)

Parameters

type
Type: Independentsoft.ExchangeShapeType
The type.
includeMimeContent
Type: SystemBoolean
if set to true [include MIME content].
bodyType
Type: Independentsoft.ExchangeBodyType
Type of the body.
See Also